Searched refs:nextSeparator (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Duloc.c841 const char* nextSeparator = NULL; local
875 nextSeparator = uprv_strchr(startSearchHere, '=');
877 if(!nextSeparator) {
880 if(nextSeparator - startSearchHere >= ULOC_KEYWORD_BUFFER_LEN) {
885 for(i = 0; i < nextSeparator - startSearchHere; i++) {
894 startSearchHere = uprv_strchr(nextSeparator, ';');
897 nextSeparator++;
898 while(*nextSeparator == ' ') {
899 nextSeparator++;
902 if(startSearchHere && startSearchHere - nextSeparator < bufferCapacit
948 char* nextSeparator = NULL; local
[all...]
/external/icu4c/common/
H A Duloc.cpp812 const char* nextSeparator = NULL; local
846 nextSeparator = uprv_strchr(startSearchHere, '=');
848 if(!nextSeparator) {
851 if(nextSeparator - startSearchHere >= ULOC_KEYWORD_BUFFER_LEN) {
856 for(i = 0; i < nextSeparator - startSearchHere; i++) {
866 startSearchHere = uprv_strchr(nextSeparator, ';');
869 nextSeparator++;
870 while(*nextSeparator == ' ') {
871 nextSeparator++;
874 if(startSearchHere && startSearchHere - nextSeparator < bufferCapacit
920 char* nextSeparator = NULL; local
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 61 milliseconds