OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:variantstart
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
locid.cpp
1045
const char*
variantStart
= uprv_strchr(fullName, '@');
1047
if(
variantStart
) {
1048
if(assignment >
variantStart
) {
1049
int32_t keyLen = locale_getKeywords(
variantStart
+1, '@', keywords, keywordCapacity, NULL, 0, NULL, FALSE, &status);
/external/icu4c/common/
locid.cpp
981
const char*
variantStart
= uprv_strchr(fullName, '@');
983
if(
variantStart
) {
984
if(assignment >
variantStart
) {
985
int32_t keyLen = locale_getKeywords(
variantStart
+1, '@', keywords, keywordCapacity, NULL, 0, NULL, FALSE, &status);
Completed in 42 milliseconds